home *** CD-ROM | disk | FTP | other *** search
/ Crosscountry USA Photo Safari / Crosscountry USA Photo Safari.iso / Data / cc_base / pak00_16bit_f.pk3 / adam_dash_test.gl.p next >
Text File  |  2002-11-29  |  2KB  |  83 lines

  1. {
  2.   ChildID = {
  3.  
  4.     GuiAnimation("sky") {
  5.       AnimationID = "anim/sky/blue.pcx";
  6.       X = 0;
  7.       Y = 0;
  8.     },
  9.  
  10.   
  11.     GuiAnimation("horizon") {
  12.       AnimationID = "anim/horizon/low_hills/low_hills_ds.pcx";
  13.       X = 0;
  14.       Y = 0;
  15.     },
  16.  
  17.     
  18.     GuiAnimation("left") {
  19.       AnimationID = "anim/flicker/field_and_rock/field_and_rock_lds_.anm";
  20.       X = -13;
  21.       Y = 0;
  22.     },
  23.     
  24.     GuiAnimation("right") {
  25.       AnimationID = "anim/flicker/field_and_rock/field_and_rock_rds_.anm";
  26.       X = 313;
  27.       Y = 0;
  28.     },
  29.     
  30.     GuiAnimation("road") {
  31.       AnimationID = "anim/road/pavement_dd_.anm";
  32.       X = -12;
  33.       Y = 151;
  34.     },
  35.   
  36. /* 
  37.     GuiAnimation("right_railroad") {
  38.       AnimationID = "adornments/right_railroad/1rr_tracks.anm";
  39.       X = 320;
  40.       Y = 0;
  41.     },
  42. */
  43.   
  44.  
  45.     
  46.     GuiAnimation("dash_upper") {
  47.       AnimationID = "anim/dash/day/dash_upper.pcx";
  48.       X = 0;
  49.       Y = 0;
  50.     }, 
  51.    
  52.     GuiAnimation("dash_lower") {
  53.       AnimationID = "anim/dash/day/dash_lower.bmp";
  54.       X = 0;
  55.       Y = 233;
  56.     }, 
  57.     
  58.     GuiAnimation("seatbelt") {
  59.       AnimationID = "gui/dash/seatbelt/seatbelt.anm";
  60.       X = 10;
  61.       Y = 400;
  62.     },
  63.  
  64.     GuiButton("main_menu") {
  65.       X = 10;
  66.       Y = 10;
  67.       TextID = Mangle(0/*"Main Menu"*/);
  68.       StyleID = "gui/bs/square.gbs";
  69.       FontID = "font/square_black_on_gray_9.tf";
  70.       Width = 70;
  71.       AutoSize = HEIGHT;
  72.       ScriptID = Script {
  73.         @activate { 
  74.           release("floor");
  75.           mark("floor");
  76.           ResByName("splash_screen.gl");
  77.         }
  78.       };
  79.     }
  80.     
  81.     
  82.   };
  83. }